home *** CD-ROM | disk | FTP | other *** search
- FFASSIGN(3C) Last changed: 1-22-99
-
-
- NNAAMMEE
- ffffaassssiiggnn - Provides library interface to assign processing
-
- SSYYNNOOPPSSIISS
- ##iinncclluuddee <<ffffiioo..hh>>
-
- iinntt ffffaassssiiggnn((cchhaarr **_c_m_d));;
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- DDEESSCCRRIIPPTTIIOONN
- This routine is supported on IRIX systems for programs compiled with
- the MIPSpro 7 Fortran 90 compiler or compiled with the --ccrraayylliibbss
- option to the MIPSpro F77 compiler.
-
- ffffaassssiiggnn provides an interface to assign processing from C.
-
- When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
- UNICOS, UNICOS/mk, or IRIX systems, all arguments must be of default
- kind unless documented otherwise. On UNICOS and UNICOS/mk systems,
- the default kind is KKIINNDD==88 for integer, real, complex, and logical
- arguments; on IRIX systems, the default kind is KKIINNDD==44.
-
- This routine has one argument:
-
- _c_m_d A string containing a complete aassssiiggnn(1) command in the format
- also acceptable to ssyysstteemm(3C). The --VV option cannot be processed
- by the ffffaassssiiggnn routine.
-
- RREETTUURRNN VVAALLUUEESS
- Zero is returned on success, and --11 is returned when an error is
- detected. _e_r_r_n_o is set to the error number when an error condition
- occurs.
-
- EEXXAAMMPPLLEESS
- The following is equivalent to aassssiiggnn --ss uunnbblloocckkeedd ff::ffiillee:
-
- ret = ffassign("assign -s unblocked f:file");
-
- SSEEEE AALLSSOO
- aassssiiggnn(1)
-
- IINNTTRROO__FFFFIIOO((33FF))
-
- _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed
- version of this man page.
-